home *** CD-ROM | disk | FTP | other *** search
/ Draw 3 / Draw 3.iso / AOL90 / COMP02.000 / %MAINDIR% / CalendarResource.dll / HTML / IDCSS_ACSPLASHPAGE < prev    next >
Encoding:
Text File  |  2004-11-29  |  748 b   |  47 lines

  1.  
  2.     .cssBODY
  3.     {
  4.         margin:                0;
  5.         font-size:            14px;
  6.         font-weight:        normal;
  7.         font-family:        "Tahoma", "Arial";
  8.         background-color:    #D1E5F3;
  9.         scroll:                no;
  10.     }
  11.  
  12. <!--
  13.     .cssError
  14.     {
  15.         color:                "red";
  16.         font-size:            14px;
  17.         font-weight:        bold;
  18.         font-family:        "Tahoma", "Arial";
  19.         visibility:            "hidden";
  20.     }
  21. -->
  22.  
  23.     .cssSplashLogo
  24.     {
  25.         position:        absolute;
  26.         left:            expression( (document.body.clientWidth - 199)/2 );
  27.         top:            100px;
  28.     }
  29.  
  30.     .cssSplashLogoBranding
  31.     {
  32.         position:        absolute;
  33.         left:            expression( (document.body.clientWidth - 199)/2 + 36);
  34.         top:            100px;
  35.     }
  36.  
  37.     #paraText
  38.     {
  39.         align:            center;
  40.         text-align:        center;
  41.         position:        absolute;
  42.         top:            150px;
  43.         left:            0px;
  44.         width:            100%;
  45.     }
  46.  
  47.